Home
last modified time | relevance | path

Searched refs:cipher_algorithm (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_metadata.data91 cipher_algorithm:PSA_ALG_STREAM_CIPHER:ALG_IS_STREAM_CIPHER
95 cipher_algorithm:PSA_ALG_CTR:ALG_IS_STREAM_CIPHER
99 cipher_algorithm:PSA_ALG_CFB:ALG_IS_STREAM_CIPHER
103 cipher_algorithm:PSA_ALG_OFB:ALG_IS_STREAM_CIPHER
107 cipher_algorithm:PSA_ALG_ECB_NO_PADDING:0
111 cipher_algorithm:PSA_ALG_CBC_NO_PADDING:0
115 cipher_algorithm:PSA_ALG_CBC_PKCS7:0
119 cipher_algorithm:PSA_ALG_XTS:0
123 cipher_algorithm:PSA_ALG_CCM_STAR_NO_TAG:ALG_IS_STREAM_CIPHER
Dtest_suite_psa_crypto_metadata.function402 void cipher_algorithm(int alg_arg, int classification_flags)
/third_party/openssl/ssl/
Dktls.c68 crypto_info->cipher_algorithm = CRYPTO_AES_NIST_GCM_16; in ktls_configure_crypto()
92 crypto_info->cipher_algorithm = CRYPTO_AES_CBC; in ktls_configure_crypto()
/third_party/node/deps/openssl/openssl/ssl/
Dktls.c68 crypto_info->cipher_algorithm = CRYPTO_AES_NIST_GCM_16; in ktls_configure_crypto()
92 crypto_info->cipher_algorithm = CRYPTO_AES_CBC; in ktls_configure_crypto()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h1053 int /* enum gnutls_cipher_algorithm */ cipher_algorithm; member