Home
last modified time | relevance | path

Searched refs:CKM_RSA_X_509 (Results 1 – 7 of 7) sorted by relevance

/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsoftp11.c530 mech_type = CKM_RSA_X_509; in add_cert()
567 mech_type = CKM_RSA_X_509; in add_cert()
H A Dks_p11.c1130 MECHNAME(CKM_RSA_X_509, "rsa-x-509"); in p11_printinfo()
/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h482 #define CKM_RSA_X_509 (3) macro
/minix3/external/bsd/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11t.h671 #define CKM_RSA_X_509 0x00000003 macro
/minix3/external/bsd/bind/dist/bin/pkcs11/
H A Dopenssl-1.0.0o-patch4079 + * CKM_RSA_X_509
4242 + * decryption, sign, and verify with CKM_RSA_X_509.
4245 + CKM_RSA_X_509, &mech_info);
6260 + * PK11 CKM_RSA_X_509 mechanism pads 0's at the beginning.
6345 + * PK11 CKM_RSA_X_509 mechanism pads 0's at the beginning.
6382 + * C_Encrypt pk11 interfaces. Note that the CKM_RSA_X_509 is used here.
6391 + CK_MECHANISM mech_rsa = {CKM_RSA_X_509, NULL, 0};
6441 + * C_Sign pk11 APIs. Note that CKM_RSA_X_509 is used here.
6450 + CK_MECHANISM mech_rsa = {CKM_RSA_X_509, NULL, 0};
6503 + * C_Decrypt pk11 APIs. Note that CKM_RSA_X_509 mechanism is used here.
[all …]
H A Dopenssl-0.9.8zc-patch4098 + * CKM_RSA_X_509
4261 + * decryption, sign, and verify with CKM_RSA_X_509.
4264 + CKM_RSA_X_509, &mech_info);
6279 + * PK11 CKM_RSA_X_509 mechanism pads 0's at the beginning.
6364 + * PK11 CKM_RSA_X_509 mechanism pads 0's at the beginning.
6401 + * C_Encrypt pk11 interfaces. Note that the CKM_RSA_X_509 is used here.
6410 + CK_MECHANISM mech_rsa = {CKM_RSA_X_509, NULL, 0};
6460 + * C_Sign pk11 APIs. Note that CKM_RSA_X_509 is used here.
6469 + CK_MECHANISM mech_rsa = {CKM_RSA_X_509, NULL, 0};
6522 + * C_Decrypt pk11 APIs. Note that CKM_RSA_X_509 mechanism is used here.
[all …]
H A Dopenssl-1.0.1j-patch4028 + * CKM_RSA_X_509
4191 + * decryption, sign, and verify with CKM_RSA_X_509.
4194 + CKM_RSA_X_509, &mech_info);
6155 + * PK11 CKM_RSA_X_509 mechanism pads 0's at the beginning.
6240 + * PK11 CKM_RSA_X_509 mechanism pads 0's at the beginning.
6277 + * C_Encrypt pk11 interfaces. Note that the CKM_RSA_X_509 is used here.
6286 + CK_MECHANISM mech_rsa = {CKM_RSA_X_509, NULL, 0};
6336 + * C_Sign pk11 APIs. Note that CKM_RSA_X_509 is used here.
6345 + CK_MECHANISM mech_rsa = {CKM_RSA_X_509, NULL, 0};
6398 + * C_Decrypt pk11 APIs. Note that CKM_RSA_X_509 mechanism is used here.
[all …]