Searched refs:mechanism (Results 1 - 4 of 4) sorted by relevance
/solaris-userland-s11u3/components/coolkey/test/ |
H A D | test.c | 140 CK_MECHANISM mechanism = {CKM_RSA_PKCS, NULL, 0}; local 518 chk_rv = C_SignInit(hSession, &mechanism, *currPrivKey); 524 printf("[%04lu/%02lx] Signature: ", (unsigned long) *currPrivKey, (unsigned long) mechanism.mechanism); 540 chk_rv = C_EncryptInit(hSession, &mechanism, *currPrivKey); 546 printf("[%04lu/%02lx] Encrypted(Test): ", (unsigned long) *currPrivKey, (unsigned long) mechanism.mechanism); 562 chk_rv = C_DecryptInit(hSession, &mechanism, *currPrivKey); 568 printf("[%04lu/%02lx] Decrypted(It works!): ", (unsigned long) *currPrivKey, (unsigned long) mechanism.mechanism); [all...] |
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_pub.c | 607 * PK11 CKM_RSA_X_509 mechanism pads 0's at the beginning. 692 * PK11 CKM_RSA_X_509 mechanism pads 0's at the beginning. 844 * C_Decrypt pk11 APIs. Note that CKM_RSA_X_509 mechanism is used here. 1994 * since with the keys by reference mechanism, private components are 2591 CK_MECHANISM mechanism = {CKM_DH_PKCS_KEY_PAIR_GEN, NULL_PTR, 0}; local 2671 &mechanism, 2824 CK_MECHANISM mechanism = {CKM_DH_PKCS_DERIVE, NULL_PTR, 0}; local 2856 mechanism.ulParameterLen = BN_num_bytes(pub_key); 2857 mechanism.pParameter = OPENSSL_malloc(mechanism [all...] |
H A D | e_pk11.c | 2243 * We expect pmech->mechanism to be already set and 2247 OPENSSL_assert(pmech->mechanism != NULL); 2339 /* if applicable, the mechanism parameter is used for IV */ 2340 mech.mechanism = p_ciph_table_row->mech_type; 2683 * mechanism. To get around this problem, we close the session and 2748 mech.mechanism = pdp->mech_type; 3420 * mechanism should be logically slower in contrast to the OpenSSL native code, 3442 * support the same mechanism), we just want to know what mechanisms can be 3448 * ciphers and digests, we check that any found mechanism is in the table 3524 /* no slots, set the hw mechanism table [all...] |
/solaris-userland-s11u3/make-rules/ |
H A D | ips.mk | 256 # mechanism would be extended beyond Python when they wrote it; something
|
Completed in 658 milliseconds