Home
last modified time | relevance | path

Searched refs:alg_bits (Results 1 – 8 of 8) sorted by relevance

/minix/external/bsd/bind/dist/bin/confgen/
H A Dkeygen.h39 int alg_bits(dns_secalg_t alg);
H A Dkeygen.c97 alg_bits(dns_secalg_t alg) { in alg_bits() function
H A Dddns-confgen.c154 keysize = alg_bits(alg); in main()
H A Drndc-confgen.c216 keysize = alg_bits(alg); in main()
/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_CIPHER_get_name.pod12 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);
23 B<alg_bits> is not NULL, it contains the number of bits processed by the
44 does use the full 128 bits (which would be returned for B<alg_bits>), of
H A Dssl.pod183 =item int B<SSL_CIPHER_get_bits>(SSL_CIPHER *cipher, int *alg_bits);
187 I<alg_bits>) and the bits which are actually used (the return value).
484 =item int B<SSL_get_cipher_bits>(const SSL *ssl, int *alg_bits);
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c1802 int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits) in SSL_CIPHER_get_bits() argument
1807 if (alg_bits != NULL) in SSL_CIPHER_get_bits()
1808 *alg_bits = c->alg_bits; in SSL_CIPHER_get_bits()
H A Dssl.h411 int alg_bits; /* Number of bits for algorithm */ member
1832 int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);