/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_rc4_hmac_md5_hw.c | 20 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro 44 ctx->payload_length = NO_PAYLOAD_LENGTH; in cipher_hw_rc4_hmac_md5_initkey() 63 if (plen != NO_PAYLOAD_LENGTH && len != (plen + MD5_DIGEST_LENGTH)) in cipher_hw_rc4_hmac_md5_cipher() 67 if (plen == NO_PAYLOAD_LENGTH) in cipher_hw_rc4_hmac_md5_cipher() 143 if (plen != NO_PAYLOAD_LENGTH) { in cipher_hw_rc4_hmac_md5_cipher() 160 ctx->payload_length = NO_PAYLOAD_LENGTH; in cipher_hw_rc4_hmac_md5_cipher()
|
D | cipher_aes_cbc_hmac_sha.h | 63 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro
|
D | cipher_aes_cbc_hmac_sha1_hw.c | 61 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key() 384 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher() 390 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha1_cipher() 448 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha1_cipher()
|
D | cipher_aes_cbc_hmac_sha256_hw.c | 63 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_init_key() 407 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_cipher() 413 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha256_cipher() 490 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha256_cipher()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_rc4_hmac_md5_hw.c | 20 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro 44 ctx->payload_length = NO_PAYLOAD_LENGTH; in cipher_hw_rc4_hmac_md5_initkey() 63 if (plen != NO_PAYLOAD_LENGTH && len != (plen + MD5_DIGEST_LENGTH)) in cipher_hw_rc4_hmac_md5_cipher() 67 if (plen == NO_PAYLOAD_LENGTH) in cipher_hw_rc4_hmac_md5_cipher() 143 if (plen != NO_PAYLOAD_LENGTH) { in cipher_hw_rc4_hmac_md5_cipher() 160 ctx->payload_length = NO_PAYLOAD_LENGTH; in cipher_hw_rc4_hmac_md5_cipher()
|
D | cipher_aes_cbc_hmac_sha.h | 63 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro
|
D | cipher_aes_cbc_hmac_sha1_hw.c | 61 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key() 384 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher() 390 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha1_cipher() 448 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha1_cipher()
|
D | cipher_aes_cbc_hmac_sha256_hw.c | 63 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_init_key() 407 ctx->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_cipher() 413 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha256_cipher() 490 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha256_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | e_rc4_hmac_md5.c | 37 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro 60 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_init_key() 88 if (plen != NO_PAYLOAD_LENGTH && len != (plen + MD5_DIGEST_LENGTH)) in rc4_hmac_md5_cipher() 92 if (plen == NO_PAYLOAD_LENGTH) in rc4_hmac_md5_cipher() 165 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in rc4_hmac_md5_cipher() 181 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_cipher()
|
D | e_aes_cbc_hmac_sha1.c | 41 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro 89 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key() 422 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher() 428 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha1_cipher() 488 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha1_cipher()
|
D | e_aes_cbc_hmac_sha256.c | 41 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro 85 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_init_key() 437 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_cipher() 443 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha256_cipher() 521 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha256_cipher()
|
/third_party/openssl/crypto/evp/ |
D | e_rc4_hmac_md5.c | 37 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro 60 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_init_key() 88 if (plen != NO_PAYLOAD_LENGTH && len != (plen + MD5_DIGEST_LENGTH)) in rc4_hmac_md5_cipher() 92 if (plen == NO_PAYLOAD_LENGTH) in rc4_hmac_md5_cipher() 165 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in rc4_hmac_md5_cipher() 181 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_cipher()
|
D | e_aes_cbc_hmac_sha1.c | 41 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro 89 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key() 422 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher() 428 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha1_cipher() 488 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha1_cipher()
|
D | e_aes_cbc_hmac_sha256.c | 41 # define NO_PAYLOAD_LENGTH ((size_t)-1) macro 85 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_init_key() 437 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_cipher() 443 if (plen == NO_PAYLOAD_LENGTH) in aesni_cbc_hmac_sha256_cipher() 521 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in aesni_cbc_hmac_sha256_cipher()
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_ossltest.c | 777 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro 786 key->payload_length = NO_PAYLOAD_LENGTH; in ossltest_aes128_cbc_hmac_sha1_init_key() 799 key->payload_length = NO_PAYLOAD_LENGTH; in ossltest_aes128_cbc_hmac_sha1_cipher() 805 if (plen == NO_PAYLOAD_LENGTH) in ossltest_aes128_cbc_hmac_sha1_cipher() 827 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in ossltest_aes128_cbc_hmac_sha1_cipher()
|
/third_party/openssl/engines/ |
D | e_ossltest.c | 777 #define NO_PAYLOAD_LENGTH ((size_t)-1) macro 786 key->payload_length = NO_PAYLOAD_LENGTH; in ossltest_aes128_cbc_hmac_sha1_init_key() 799 key->payload_length = NO_PAYLOAD_LENGTH; in ossltest_aes128_cbc_hmac_sha1_cipher() 805 if (plen == NO_PAYLOAD_LENGTH) in ossltest_aes128_cbc_hmac_sha1_cipher() 827 if (plen != NO_PAYLOAD_LENGTH) { /* "TLS" mode of operation */ in ossltest_aes128_cbc_hmac_sha1_cipher()
|