Home
last modified time | relevance | path

Searched defs:minbits_table (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_cert.c888 static const int minbits_table[5 + 1] = { 0, 80, 112, 128, 192, 256 }; in ssl_get_security_level_bits() local
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_cert.c1010 static const int minbits_table[5 + 1] = { 0, 80, 112, 128, 192, 256 }; in ssl_get_security_level_bits() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vfy.c3373 static const int minbits_table[] = { 80, 112, 128, 192, 256 }; variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vfy.c3310 static const int minbits_table[] = { 80, 112, 128, 192, 256 }; variable