Home
last modified time | relevance | path

Searched refs:POLY1305 (Results 1 - 16 of 16) sorted by relevance

/third_party/openssl/ohos_lite/include/crypto/
H A Dpoly1305.h16 typedef struct poly1305_context POLY1305; typedef
19 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]);
20 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len);
21 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]);
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dpoly1305.h20 typedef struct poly1305_context POLY1305; typedef
42 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]);
43 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len);
44 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]);
/third_party/openssl/include/crypto/
H A Dpoly1305.h20 typedef struct poly1305_context POLY1305; typedef
42 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]);
43 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len);
44 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]);
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.h21 POLY1305 poly1305;
H A Dcipher_chacha20_poly1305_hw.c123 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_tls_cipher()
272 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_aead_cipher()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.h21 POLY1305 poly1305;
H A Dcipher_chacha20_poly1305_hw.c123 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_tls_cipher()
272 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_aead_cipher()
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305.c433 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]) in Poly1305_Init()
468 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len) in Poly1305_Update()
510 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]) in Poly1305_Final()
/third_party/openssl/crypto/poly1305/
H A Dpoly1305.c433 void Poly1305_Init(POLY1305 *ctx, const unsigned char key[32]) in Poly1305_Init()
468 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len) in Poly1305_Update()
510 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]) in Poly1305_Final()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c41 POLY1305 poly1305; /* Poly1305 data */
/third_party/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c41 POLY1305 poly1305; /* Poly1305 data */
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs103 pub const POLY1305: Id = Id(ffi::EVP_PKEY_POLY1305); consts
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_chacha20_poly1305.c165 # define POLY1305_ctx(actx) ((POLY1305 *)(actx + 1))
/third_party/openssl/crypto/evp/
H A De_chacha20_poly1305.c165 # define POLY1305_ctx(actx) ((POLY1305 *)(actx + 1))
/third_party/mbedtls/tests/
H A Dssl-opt.sh2026 requires_ciphersuite_enabled TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256
2035 -s "Ciphersuite is TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256" \
2042 requires_ciphersuite_enabled TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256
2048 -s "Ciphersuite is TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256"
2057 run_test "key size: TLS-ECDHE-ECDSA-WITH-CHACHA20-POLY1305-SHA256" \
2059 "$P_CLI force_ciphersuite=TLS-ECDHE-ECDSA-WITH-CHACHA20-POLY1305-SHA256" \
2061 -c "Ciphersuite is TLS-ECDHE-ECDSA-WITH-CHACHA20-POLY1305-SHA256" \
2779 "$P_CLI dtls=1 serialize=1 exchanges=2 force_ciphersuite=TLS-ECDHE-ECDSA-WITH-CHACHA20-POLY1305-SHA256" \
2813 "$P_CLI dtls=1 serialize=0 exchanges=2 force_ciphersuite=TLS-ECDHE-ECDSA-WITH-CHACHA20-POLY1305-SHA256" \
2847 "$P_CLI dtls=1 serialize=1 exchanges=2 force_ciphersuite=TLS-ECDHE-ECDSA-WITH-CHACHA20-POLY1305
[all...]
/third_party/openssl/test/
H A Dpoly1305_internal_test.c1508 POLY1305 poly1305; in test_poly1305()

Completed in 13 milliseconds