Symbol: MECHNAME
crypto/heimdal/lib/hx509/ks_p11.c
1164
MECHNAME(CKM_RSA_PKCS_KEY_PAIR_GEN, "rsa-pkcs-key-pair-gen");
crypto/heimdal/lib/hx509/ks_p11.c
1165
MECHNAME(CKM_RSA_PKCS, "rsa-pkcs");
crypto/heimdal/lib/hx509/ks_p11.c
1166
MECHNAME(CKM_RSA_X_509, "rsa-x-509");
crypto/heimdal/lib/hx509/ks_p11.c
1167
MECHNAME(CKM_MD5_RSA_PKCS, "md5-rsa-pkcs");
crypto/heimdal/lib/hx509/ks_p11.c
1168
MECHNAME(CKM_SHA1_RSA_PKCS, "sha1-rsa-pkcs");
crypto/heimdal/lib/hx509/ks_p11.c
1169
MECHNAME(CKM_SHA256_RSA_PKCS, "sha256-rsa-pkcs");
crypto/heimdal/lib/hx509/ks_p11.c
1170
MECHNAME(CKM_SHA384_RSA_PKCS, "sha384-rsa-pkcs");
crypto/heimdal/lib/hx509/ks_p11.c
1171
MECHNAME(CKM_SHA512_RSA_PKCS, "sha512-rsa-pkcs");
crypto/heimdal/lib/hx509/ks_p11.c
1172
MECHNAME(CKM_RIPEMD160_RSA_PKCS, "ripemd160-rsa-pkcs");
crypto/heimdal/lib/hx509/ks_p11.c
1173
MECHNAME(CKM_RSA_PKCS_OAEP, "rsa-pkcs-oaep");
crypto/heimdal/lib/hx509/ks_p11.c
1174
MECHNAME(CKM_SHA512_HMAC, "sha512-hmac");
crypto/heimdal/lib/hx509/ks_p11.c
1175
MECHNAME(CKM_SHA512, "sha512");
crypto/heimdal/lib/hx509/ks_p11.c
1176
MECHNAME(CKM_SHA384_HMAC, "sha384-hmac");
crypto/heimdal/lib/hx509/ks_p11.c
1177
MECHNAME(CKM_SHA384, "sha384");
crypto/heimdal/lib/hx509/ks_p11.c
1178
MECHNAME(CKM_SHA256_HMAC, "sha256-hmac");
crypto/heimdal/lib/hx509/ks_p11.c
1179
MECHNAME(CKM_SHA256, "sha256");
crypto/heimdal/lib/hx509/ks_p11.c
1180
MECHNAME(CKM_SHA_1, "sha1");
crypto/heimdal/lib/hx509/ks_p11.c
1181
MECHNAME(CKM_MD5, "md5");
crypto/heimdal/lib/hx509/ks_p11.c
1182
MECHNAME(CKM_RIPEMD160, "ripemd-160");
crypto/heimdal/lib/hx509/ks_p11.c
1183
MECHNAME(CKM_DES_ECB, "des-ecb");
crypto/heimdal/lib/hx509/ks_p11.c
1184
MECHNAME(CKM_DES_CBC, "des-cbc");
crypto/heimdal/lib/hx509/ks_p11.c
1185
MECHNAME(CKM_AES_ECB, "aes-ecb");
crypto/heimdal/lib/hx509/ks_p11.c
1186
MECHNAME(CKM_AES_CBC, "aes-cbc");
crypto/heimdal/lib/hx509/ks_p11.c
1187
MECHNAME(CKM_DH_PKCS_PARAMETER_GEN, "dh-pkcs-parameter-gen");