Searched defs:nid (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11.c | 210 int nid; member in struct:PK11_CIPHER_st 221 int nid; member in struct:PK11_DIGEST_st 274 static int cipher_nid_to_pk11(int nid); 284 const int **nids, int nid); 286 const int **nids, int nid); 291 static int md_nid_to_pk11(int nid); 2147 cipher_nid_to_pk11(int nid) argument 2152 if (ciphers[i].nid == nid) { 2199 if (ctx->cipher->nid 2490 pk11_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument 2552 pk11_engine_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument 2654 md_nid_to_pk11(int nid) argument [all...] |
H A D | e_pk11_pub.c | 3051 int nid) 3058 switch (nid) { 3060 *pmeth = (EVP_PKEY_METHOD *)EVP_PKEY_meth_find(nid); 3050 pk11_engine_pkey_methods(ENGINE *e, EVP_PKEY_METHOD **pmeth, const int **nids, int nid) argument
|
Completed in 103 milliseconds