Lines Matching refs:fido_log_debug
21 fido_log_debug("%s: invalid key len %zu", __func__, key->len); in aes256_cbc()
25 fido_log_debug("%s: invalid input len %zu", __func__, in->len); in aes256_cbc()
30 fido_log_debug("%s: calloc", __func__); in aes256_cbc()
35 fido_log_debug("%s: EVP_CIPHER_CTX_new", __func__); in aes256_cbc()
40 fido_log_debug("%s: EVP_Cipher", __func__); in aes256_cbc()
75 fido_log_debug("%s: invalid secret len %zu", __func__, in aes256_cbc_fips()
80 fido_log_debug("%s: invalid input len %zu", __func__, in->len); in aes256_cbc_fips()
85 fido_log_debug("%s: fido_get_random", __func__); in aes256_cbc_fips()
127 fido_log_debug("%s: invalid params %zu, %zu, %zu", __func__, in aes256_gcm()
132 fido_log_debug("%s: invalid input len %zu", __func__, in->len); in aes256_gcm()
138 fido_log_debug("%s: calloc", __func__); in aes256_gcm()
143 fido_log_debug("%s: EVP_CIPHER_CTX_new", __func__); in aes256_gcm()
147 fido_log_debug("%s: EVP_CipherInit", __func__); in aes256_gcm()
158 fido_log_debug("%s: EVP_CIPHER_CTX_ctrl", __func__); in aes256_gcm()
166 fido_log_debug("%s: EVP_Cipher", __func__); in aes256_gcm()
173 fido_log_debug("%s: EVP_CIPHER_CTX_ctrl", __func__); in aes256_gcm()