HomeSort by: relevance | last modified time | path
    Searched defs:known_cipher_nids (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_devcrypto.c 337 * Note that known_cipher_nids[] isn't necessarily indexed the same way as
340 static int known_cipher_nids[OSSL_NELEM(cipher_data)]; variable
393 known_cipher_nids[known_cipher_nids_amount++] =
410 *nids = known_cipher_nids;
  /src/crypto/external/apache2/openssl/dist/engines/
e_devcrypto.c 396 * Note that known_cipher_nids[] isn't necessarily indexed the same way as
399 static int known_cipher_nids[OSSL_NELEM(cipher_data)]; variable
517 known_cipher_nids[known_cipher_nids_amount++] = cipher_data[i].nid;
528 known_cipher_nids[known_cipher_nids_amount++] = cipher_data[i].nid;
545 *nids = known_cipher_nids;
  /src/crypto/external/bsd/openssl/dist/engines/
e_devcrypto.c 403 * Note that known_cipher_nids[] isn't necessarily indexed the same way as
406 static int known_cipher_nids[OSSL_NELEM(cipher_data)]; variable
528 known_cipher_nids[known_cipher_nids_amount++] =
540 known_cipher_nids[known_cipher_nids_amount++] = cipher_data[i].nid;
557 *nids = known_cipher_nids;

Completed in 24 milliseconds