Lines Matching refs:cipher_nid
479 int cipher_nid;
487 cipher_nid = NID_aes_128_ctr;
494 cipher_nid = NID_aes_192_ctr;
501 cipher_nid = NID_aes_256_ctr;
506 cipher_nid = NID_aes_128_cbc;
511 cipher_nid = NID_aes_192_cbc;
516 cipher_nid = NID_aes_256_cbc;
520 cipher_nid = NID_id_aes128_wrap;
524 cipher_nid = NID_id_aes192_wrap;
528 cipher_nid = NID_id_aes256_wrap;
536 cipher_nid = NID_aes_128_gcm;
544 cipher_nid = NID_aes_192_gcm;
552 cipher_nid = NID_aes_256_gcm;
558 params->cipher = EVP_get_cipherbynid(cipher_nid);