Home
last modified time | relevance | path

Searched refs:Str2SymKeyType (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.h116 int Str2SymKeyType(char *, KMF_KEY_ALG *);
H A Dgenkey.c454 if (keytype != NULL && Str2SymKeyType(keytype, &keyAlg) != 0) { in pk_genkey()
H A Dcommon.c589 Str2SymKeyType(char *algm, KMF_KEY_ALG *ktype) in Str2SymKeyType() function
H A Dimport.c1006 Str2SymKeyType(keytype, &keyAlg) != 0) { in pk_import()