Lines Matching refs:NID_undef
131 int NID_aes_128_ctr = NID_undef;
132 int NID_aes_192_ctr = NID_undef;
133 int NID_aes_256_ctr = NID_undef;
374 { PK11_AES_128_CTR, NID_undef, 16, 16, 16,
376 { PK11_AES_192_CTR, NID_undef, 16, 24, 24,
378 { PK11_AES_256_CTR, NID_undef, 16, 32, 32,
398 {0, NID_undef, 0xFFFF, },
578 NID_undef,
592 NID_undef,
606 NID_undef,
3393 if (NID_aes_256_ctr != NID_undef) in pk11_add_aes_ctr_NIDs()
3401 NID_undef) in pk11_add_aes_ctr_NIDs()
3405 NID_undef) in pk11_add_aes_ctr_NIDs()
3409 NID_undef) in pk11_add_aes_ctr_NIDs()
3571 hw_cnids[0] = NID_undef; in check_hw_mechanisms()
3572 hw_dnids[0] = NID_undef; in check_hw_mechanisms()
3610 tmp_hw_cnids[i] = NID_undef; in check_hw_mechanisms()
3612 tmp_hw_dnids[i] = NID_undef; in check_hw_mechanisms()
3688 while (nid_table[i] != NID_undef) in nid_in_table()