/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.c | 115 static int siv_cipher(void *vctx, unsigned char *out, size_t *outl, in siv_cipher() argument 145 static int siv_stream_final(void *vctx, unsigned char *out, size_t *outl, in siv_stream_final() argument
|
H A D | ciphercommon_ccm.c | 266 int ossl_ccm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_update() argument 284 int ossl_ccm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_final() argument 301 int ossl_ccm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, in ossl_ccm_cipher() argument
|
H A D | cipher_chacha20_poly1305.c | 292 static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, in chacha20_poly1305_final() argument 265 chacha20_poly1305_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) chacha20_poly1305_cipher() argument
|
H A D | cipher_null.c | 65 static int null_cipher(void *vctx, unsigned char *out, size_t *outl, in null_cipher() argument 92 static int null_final(void *vctx, unsigned char *out, size_t *outl, in null_final() argument
|
H A D | cipher_cts.c | 328 int ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_update() argument 373 int ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_final() argument
|
/third_party/openssl/providers/implementations/macs/ |
H A D | siphash_prov.c | 138 static int siphash_final(void *vmacctx, unsigned char *out, size_t *outl, in siphash_final() argument
|
H A D | poly1305_prov.c | 121 static int poly1305_final(void *vmacctx, unsigned char *out, size_t *outl, in poly1305_final() argument
|
/third_party/openssl/crypto/bio/ |
H A D | bss_file.c | 136 static int file_read(BIO *b, char *out, int outl) in file_read() argument 380 static int file_read(BIO *b, char *out, int outl) in file_read() argument
|
H A D | bss_fd.c | 113 static int fd_read(BIO *b, char *out, int outl) in fd_read() argument
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_conn.c | 323 static int conn_read(BIO *b, char *out, int outl) in conn_read() argument
|
H A D | bss_acpt.c | 365 static int acpt_read(BIO *b, char *out, int outl) in acpt_read() argument
|
H A D | bss_mem.c | 191 static int mem_read(BIO *b, char *out, int outl) in mem_read() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_wrp.c | 222 static int aes_wrap_final(void *vctx, unsigned char *out, size_t *outl, in aes_wrap_final() argument 232 aes_wrap_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) aes_wrap_cipher() argument
|
H A D | cipher_chacha20_poly1305_hw.c | 267 chacha20_poly1305_aead_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, size_t *outl, const unsigned char *in, size_t inl) chacha20_poly1305_aead_cipher() argument
|
H A D | ciphercommon.c | 247 ossl_cipher_generic_block_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_block_update() argument 393 ossl_cipher_generic_block_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_generic_block_final() argument 467 ossl_cipher_generic_stream_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_stream_update() argument 529 ossl_cipher_generic_stream_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_generic_stream_final() argument 546 ossl_cipher_generic_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_cipher() argument [all...] |
H A D | ciphercommon_gcm.c | 309 int ossl_gcm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_gcm_stream_update() argument 331 int ossl_gcm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_gcm_stream_final() argument 348 ossl_gcm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_gcm_cipher() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | sha3_prov.c | 105 static int keccak_final(void *vctx, unsigned char *out, size_t *outl, in keccak_final() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 222 static int hmac_final(void *vmacctx, unsigned char *out, size_t *outl, in hmac_final() argument
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | encode.c | 162 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_EncodeUpdate() argument 217 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) in EVP_EncodeFinal() argument 303 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_DecodeUpdate() argument 464 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) in EVP_DecodeFinal() argument [all...] |
H A D | mac_lib.c | 129 evp_mac_final(EVP_MAC_CTX *ctx, int xof, unsigned char *out, size_t *outl, size_t outsize) evp_mac_final() argument 174 EVP_MAC_final(EVP_MAC_CTX *ctx, unsigned char *out, size_t *outl, size_t outsize) EVP_MAC_final() argument
|
H A D | bio_ok.c | 170 static int ok_read(BIO *b, char *out, int outl) in ok_read() argument
|
H A D | bio_b64.c | 108 static int b64_read(BIO *b, char *out, int outl) in b64_read() argument
|
H A D | bio_enc.c | 106 static int enc_read(BIO *b, char *out, int outl) in enc_read() argument [all...] |
/third_party/openssl/test/ |
H A D | sslcorrupttest.c | 26 static int tls_corrupt_read(BIO *bio, char *out, int outl) in tls_corrupt_read() argument
|
H A D | tls13ccstest.c | 70 static int watchccs_read(BIO *bio, char *out, int outl) in watchccs_read() argument
|