Home
last modified time | relevance | path

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

/dports/security/wolfssl/wolfssl-5.1.0/src/
H A Dsniffer.c4322 wc_AesAuthEncryptFunc aes_auth_fn; local
4330 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
4333 aes_auth_fn = wc_AesGcmEncrypt;
4335 aes_auth_fn = wc_AesCcmEncrypt;
4337 if (aes_auth_fn(ssl->decrypt.aes,
H A Dinternal.c15542 AES_AUTH_ENCRYPT_FUNC aes_auth_fn; local
15554 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
15557 aes_auth_fn = AES_GCM_ENCRYPT;
15559 aes_auth_fn = AES_CCM_ENCRYPT;
15590 ret = aes_auth_fn(ssl->encrypt.aes,
15818 wc_AesAuthDecryptFunc aes_auth_fn; local
15829 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
15832 aes_auth_fn = wc_AesGcmDecrypt;
15834 aes_auth_fn = wc_AesCcmDecrypt;
15860 if ((ret = aes_auth_fn(ssl->decrypt.aes,
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dsniffer.c4322 wc_AesAuthEncryptFunc aes_auth_fn; local
4330 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
4333 aes_auth_fn = wc_AesGcmEncrypt;
4335 aes_auth_fn = wc_AesCcmEncrypt;
4337 if (aes_auth_fn(ssl->decrypt.aes,
H A Dinternal.c15542 AES_AUTH_ENCRYPT_FUNC aes_auth_fn; local
15554 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
15557 aes_auth_fn = AES_GCM_ENCRYPT;
15559 aes_auth_fn = AES_CCM_ENCRYPT;
15590 ret = aes_auth_fn(ssl->encrypt.aes,
15818 wc_AesAuthDecryptFunc aes_auth_fn; local
15829 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
15832 aes_auth_fn = wc_AesGcmDecrypt;
15834 aes_auth_fn = wc_AesCcmDecrypt;
15860 if ((ret = aes_auth_fn(ssl->decrypt.aes,
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dsniffer.c4322 wc_AesAuthEncryptFunc aes_auth_fn; local
4330 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
4333 aes_auth_fn = wc_AesGcmEncrypt;
4335 aes_auth_fn = wc_AesCcmEncrypt;
4337 if (aes_auth_fn(ssl->decrypt.aes,
H A Dinternal.c15542 AES_AUTH_ENCRYPT_FUNC aes_auth_fn; local
15554 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
15557 aes_auth_fn = AES_GCM_ENCRYPT;
15559 aes_auth_fn = AES_CCM_ENCRYPT;
15590 ret = aes_auth_fn(ssl->encrypt.aes,
15818 wc_AesAuthDecryptFunc aes_auth_fn; local
15829 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
15832 aes_auth_fn = wc_AesGcmDecrypt;
15834 aes_auth_fn = wc_AesCcmDecrypt;
15860 if ((ret = aes_auth_fn(ssl->decrypt.aes,
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dsniffer.c4322 wc_AesAuthEncryptFunc aes_auth_fn; local
4330 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
4333 aes_auth_fn = wc_AesGcmEncrypt;
4335 aes_auth_fn = wc_AesCcmEncrypt;
4337 if (aes_auth_fn(ssl->decrypt.aes,
H A Dinternal.c15542 AES_AUTH_ENCRYPT_FUNC aes_auth_fn; local
15554 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
15557 aes_auth_fn = AES_GCM_ENCRYPT;
15559 aes_auth_fn = AES_CCM_ENCRYPT;
15590 ret = aes_auth_fn(ssl->encrypt.aes,
15818 wc_AesAuthDecryptFunc aes_auth_fn; local
15829 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
15832 aes_auth_fn = wc_AesGcmDecrypt;
15834 aes_auth_fn = wc_AesCcmDecrypt;
15860 if ((ret = aes_auth_fn(ssl->decrypt.aes,
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dsniffer.c4322 wc_AesAuthEncryptFunc aes_auth_fn; local
4330 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
4333 aes_auth_fn = wc_AesGcmEncrypt;
4335 aes_auth_fn = wc_AesCcmEncrypt;
4337 if (aes_auth_fn(ssl->decrypt.aes,
H A Dinternal.c15542 AES_AUTH_ENCRYPT_FUNC aes_auth_fn; local
15554 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
15557 aes_auth_fn = AES_GCM_ENCRYPT;
15559 aes_auth_fn = AES_CCM_ENCRYPT;
15590 ret = aes_auth_fn(ssl->encrypt.aes,
15818 wc_AesAuthDecryptFunc aes_auth_fn; local
15829 aes_auth_fn = (ssl->specs.bulk_cipher_algorithm == wolfssl_aes_gcm)
15832 aes_auth_fn = wc_AesGcmDecrypt;
15834 aes_auth_fn = wc_AesCcmDecrypt;
15860 if ((ret = aes_auth_fn(ssl->decrypt.aes,