Home
last modified time | relevance | path

Searched defs:out (Results 1151 - 1175 of 3377) sorted by relevance

1...<<41424344454647484950>>...136

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.c115 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 Dcipher_aes_xts.c157 static int aes_xts_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_xts_cipher() argument
192 static int aes_xts_stream_update(void *vctx, unsigned char *out, size_t *outl, in aes_xts_stream_update() argument
211 static int aes_xts_stream_final(void *vctx, unsigned char *out, size_t *outl, in aes_xts_stream_final() argument
H A Dcipher_chacha20_poly1305.c285 static int chacha20_poly1305_cipher(void *vctx, unsigned char *out, in chacha20_poly1305_cipher() argument
312 static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, in chacha20_poly1305_final() argument
H A Dcipher_cts.c100 cts128_cs1_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs1_encrypt() argument
125 do_xor(const unsigned char *in1, const unsigned char *in2, size_t len, unsigned char *out) do_xor() argument
134 cts128_cs1_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs1_decrypt() argument
196 cts128_cs3_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs3_encrypt() argument
236 cts128_cs3_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs3_decrypt() argument
302 cts128_cs2_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs2_encrypt() argument
315 cts128_cs2_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len) cts128_cs2_decrypt() argument
328 ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_cbc_cts_block_update() argument
373 ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_cbc_cts_block_final() argument
[all...]
H A Dcipher_null.c65 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 Dciphercommon_ccm.c269 int ossl_ccm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_update() argument
287 int ossl_ccm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_final() argument
304 int ossl_ccm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, in ossl_ccm_cipher() argument
335 ccm_tls_cipher(PROV_CCM_CTX *ctx, unsigned char *out, size_t *padlen, const unsigned char *in, size_t len) ccm_tls_cipher() argument
382 ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out, size_t *padlen, const unsigned char *in, size_t len) ccm_cipher_internal() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2ms.c41 BIO *out = ossl_bio_new_from_core_bio(ctx->provctx, cout); in write_msblob() local
55 BIO *out = NULL; in write_pvk() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dpbkdf1.c50 kdf_pbkdf1_do_derive(const unsigned char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t iter, const EVP_MD *md_type, unsigned char *out, size_t n) kdf_pbkdf1_do_derive() argument
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dgmac_prov.c145 static int gmac_final(void *vmacctx, unsigned char *out, size_t *outl, in gmac_final() argument
H A Dblake2_mac_impl.c134 blake2_mac_final(void *vmacctx, unsigned char *out, size_t *outl, size_t outsize) blake2_mac_final() argument
H A Dcmac_prov.c141 static int cmac_final(void *vmacctx, unsigned char *out, size_t *outl, in cmac_final() argument
H A Dpoly1305_prov.c121 static int poly1305_final(void *vmacctx, unsigned char *out, size_t *outl, in poly1305_final() argument
H A Dsiphash_prov.c138 static int siphash_final(void *vmacctx, unsigned char *out, size_t *outl, in siphash_final() argument
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dtls_pad.c215 unsigned char *out; in ssl3_cbc_copy_mac() local
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dkeccak1600.c1096 void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r) in SHA3_squeeze() argument
1144 SHA3_sponge(const unsigned char *inp, size_t len, unsigned char *out, size_t d, size_t r) SHA3_sponge() argument
1162 unsigned char out[512]; main() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/siphash/
H A Dsiphash.c197 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_prn.c24 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, in X509V3_EXT_val_prn() argument
70 X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) X509V3_EXT_print() argument
179 unknown_ext_print(BIO *out, const unsigned char *ext, int extlen, unsigned long flag, int indent, int supported) unknown_ext_print() argument
[all...]
/third_party/node/deps/openssl/openssl/fuzz/
H A Dserver.c513 BIO *out; in FuzzerTestOneInput() local
H A Dfuzz_rand.c57 fuzz_rand_generate(ossl_unused void *vdrbg, unsigned char *out, size_t outlen, ossl_unused unsigned int strength, ossl_unused int prediction_resistance, ossl_unused const unsigned char *adin, ossl_unused size_t adinlen) fuzz_rand_generate() argument
144 fuzz_rand_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) fuzz_rand_provider_init() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_camellia.c220 static int camellia_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in camellia_cbc_cipher() argument
236 camellia_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_ecb_cipher() argument
252 camellia_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_ofb_cipher() argument
263 camellia_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_cfb_cipher() argument
275 camellia_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_cfb8_cipher() argument
287 camellia_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_cfb1_cipher() argument
324 camellia_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) camellia_ctr_cipher() argument
[all...]
H A De_des.c60 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ecb_cipher() argument
70 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ofb_cipher() argument
93 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cbc_cipher() argument
119 des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) des_cfb64_cipher() argument
148 des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) des_cfb1_cipher() argument
177 des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) des_cfb8_cipher() argument
[all...]
H A De_rc4_hmac_md5.c76 static int rc4_hmac_md5_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in rc4_hmac_md5_cipher() argument
[all...]
H A Dp5_crpt2.c22 ossl_pkcs5_pbkdf2_hmac_ex(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out, OSSL_LIB_CTX *libctx, const char *propq) ossl_pkcs5_pbkdf2_hmac_ex() argument
83 PKCS5_PBKDF2_HMAC(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out) PKCS5_PBKDF2_HMAC() argument
92 PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, int keylen, unsigned char *out) PKCS5_PBKDF2_HMAC_SHA1() argument
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dccm128.c137 CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) CRYPTO_ccm128_encrypt() argument
221 CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) CRYPTO_ccm128_decrypt() argument
310 CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) CRYPTO_ccm128_encrypt_ccm64() argument
374 CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) CRYPTO_ccm128_decrypt_ccm64() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Dv3_ocsp.c215 i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) i2r_ocsp_nonce() argument
227 i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) i2r_ocsp_nocheck() argument

Completed in 15 milliseconds

1...<<41424344454647484950>>...136