Home
last modified time | relevance | path

Searched defs:ivlen (Results 51 - 75 of 83) sorted by relevance

1234

/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c48 gcm_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) gcm_init() argument
81 ossl_gcm_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_gcm_einit() argument
88 ossl_gcm_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_gcm_dinit() argument
[all...]
H A Dcipher_aes_ocb.c50 aes_generic_ocb_setiv(PROV_AES_OCB_CTX *ctx, const unsigned char *iv, size_t ivlen, size_t taglen) aes_generic_ocb_setiv() argument
104 aes_ocb_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) aes_ocb_init() argument
141 aes_ocb_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_ocb_einit() argument
148 aes_ocb_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_ocb_dinit() argument
[all...]
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h50 size_t ivlen; member
H A Dciphercommon.h54 size_t ivlen; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c50 aes_generic_ocb_setiv(PROV_AES_OCB_CTX *ctx, const unsigned char *iv, size_t ivlen, size_t taglen) aes_generic_ocb_setiv() argument
104 aes_ocb_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) aes_ocb_init() argument
141 aes_ocb_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_ocb_einit() argument
148 aes_ocb_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_ocb_dinit() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_gnutls.c409 int ivlen; in crypto_cipher_init() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_gnutls.c409 int ivlen; in crypto_cipher_init() local
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon.h54 size_t ivlen; member
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dssl3_record.c1003 int ivlen; in tls1_enc() local
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c493 int ivlen; in PEM_get_EVP_CIPHER_INFO() local
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c295 int keylen, ivlen; in PKCS7_dataInit() local
/third_party/node/deps/openssl/openssl/apps/
H A Denc.c497 int ivlen = EVP_CIPHER_get_iv_length(cipher); in enc_main() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c342 size_t ivlen, keylen, taglen; in derive_secret_key_and_iv() local
127 tls13_derive_iv(SSL *s, const EVP_MD *md, const unsigned char *secret, unsigned char *iv, size_t ivlen) tls13_derive_iv() argument
/third_party/openssl/apps/
H A Denc.c497 int ivlen = EVP_CIPHER_get_iv_length(cipher); in enc_main() local
/third_party/openssl/crypto/pem/
H A Dpem_lib.c493 int ivlen; in PEM_get_EVP_CIPHER_INFO() local
/third_party/openssl/crypto/pkcs7/
H A Dpk7_doit.c295 int keylen, ivlen; in PKCS7_dataInit() local
/third_party/openssl/ssl/
H A Dtls13_enc.c342 size_t ivlen, keylen, taglen; in derive_secret_key_and_iv() local
127 tls13_derive_iv(SSL *s, const EVP_MD *md, const unsigned char *secret, unsigned char *iv, size_t ivlen) tls13_derive_iv() argument
/third_party/openssl/ssl/record/
H A Dssl3_record.c1003 int ivlen; in tls1_enc() local
/third_party/node/deps/ngtcp2/ngtcp2/crypto/
H A Dshared.c146 size_t ivlen = ngtcp2_crypto_packet_protection_ivlen(aead); in ngtcp2_crypto_derive_packet_protection_key() local
218 size_t ivlen; in ngtcp2_crypto_derive_and_install_rx_key() local
359 size_t ivlen; in ngtcp2_crypto_derive_and_install_tx_key() local
725 size_t ivlen = ngtcp2_crypto_packet_protection_ivlen(aead); ngtcp2_crypto_update_key() local
833 crypto_derive_token_key(uint8_t *key, size_t keylen, uint8_t *iv, size_t ivlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen, const uint8_t *info_prefix, size_t info_prefixlen) crypto_derive_token_key() argument
905 size_t ivlen; ngtcp2_crypto_generate_retry_token() local
983 size_t ivlen; ngtcp2_crypto_verify_retry_token() local
1088 size_t ivlen; ngtcp2_crypto_generate_regular_token() local
1160 size_t ivlen; ngtcp2_crypto_verify_regular_token() local
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_devcrypto.c119 int ivlen; member
250 size_t nblocks, ivlen; in cipher_do_cipher() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c344 size_t ivlen = 0; in evp_cipher_cache_constants() local
/third_party/openssl/crypto/evp/
H A Devp_lib.c344 size_t ivlen = 0; in evp_cipher_cache_constants() local
/third_party/openssl/engines/
H A De_devcrypto.c119 int ivlen; member
250 size_t nblocks, ivlen; in cipher_do_cipher() local
[all...]
/third_party/curl/lib/
H A Dhttp2.c114 int ivlen; in populate_binsettings() local
494 int ivlen; in cf_h2_ctx_init() local
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1271 size_t keylen, maclen, ivlen = 0; in mbedtls_test_ssl_build_transforms() local

Completed in 34 milliseconds

1234