Home
last modified time | relevance | path

Searched refs:_gcry_cipher_get_algo_keylen (Results 1 – 10 of 10) sorted by relevance

/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dmac-gmac.c138 return _gcry_cipher_get_algo_keylen (map_mac_algo_to_cipher (algo)); in gmac_get_keylen()
H A Dmac-cmac.c146 return _gcry_cipher_get_algo_keylen (map_mac_algo_to_cipher (algo)); in cmac_get_keylen()
H A Dcipher.c1699 _gcry_cipher_get_algo_keylen (int algo) in _gcry_cipher_get_algo_keylen() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dmac-gmac.c138 return _gcry_cipher_get_algo_keylen (map_mac_algo_to_cipher (algo)); in gmac_get_keylen()
H A Dmac-cmac.c146 return _gcry_cipher_get_algo_keylen (map_mac_algo_to_cipher (algo)); in cmac_get_keylen()
H A Dcipher.c1699 _gcry_cipher_get_algo_keylen (int algo) in _gcry_cipher_get_algo_keylen() function
/dports/security/libgcrypt/libgcrypt-1.9.4/src/
H A Dgcrypt-int.h82 size_t _gcry_cipher_get_algo_keylen (int algo);
H A Dvisibility.c876 return _gcry_cipher_get_algo_keylen (algo); in gcry_cipher_get_algo_keylen()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/src/
H A Dgcrypt-int.h82 size_t _gcry_cipher_get_algo_keylen (int algo);
H A Dvisibility.c851 return _gcry_cipher_get_algo_keylen (algo); in gcry_cipher_get_algo_keylen()