Home
last modified time | relevance | path

Searched defs:outlen (Results 51 - 75 of 264) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dio_openssl.c42 spdyf_next_protos_advertised_cb (SSL *ssl, const unsigned char **out, unsigned int *outlen, void *arg) in spdyf_next_protos_advertised_cb() argument
/third_party/openssl/crypto/ct/
H A Dct_b64.c27 int outlen, i; in ct_base64_decode() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal-rsa.c72 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_public_key_encrypt_pkcs1_v15() argument
81 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_private_key_decrypt_pkcs1_v15() argument
90 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_private_key_sign_pkcs1() argument
H A Dsha1-tlsprf.c30 tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) tls_prf_sha1_md5() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_internal-rsa.c72 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_public_key_encrypt_pkcs1_v15() argument
81 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_private_key_decrypt_pkcs1_v15() argument
90 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_private_key_sign_pkcs1() argument
H A Dsha1-tlsprf.c30 tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) tls_prf_sha1_md5() argument
/third_party/eudev/src/scsi_id/
H A Dscsi.h19 unsigned int outlen; member
/third_party/ffmpeg/libavformat/
H A Dsrtp.c41 encrypt_counter(struct AVAES *aes, uint8_t *iv, uint8_t *outbuf, int outlen) encrypt_counter() argument
54 derive_key(struct AVAES *aes, const uint8_t *salt, int label, uint8_t *out, int outlen) derive_key() argument
238 ff_srtp_encrypt(struct SRTPContext *s, const uint8_t *in, int len, uint8_t *out, int outlen) ff_srtp_encrypt() argument
/third_party/cups-filters/fontembed/
H A Dtest_pdf.c130 const int outlen=emb_embed(emb,example_outfn,f); in main() local
/third_party/node/deps/base64/base64/test/
H A Dtest_base64.c10 static size_t outlen; variable
[all...]
/third_party/libwebsockets/lib/tls/
H A Dtls.c32 alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, in alpn_cb() argument
/third_party/lwip/src/netif/ppp/
H A Dfsm.c774 int outlen; in fsm_sdata() local
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
H A Dsm2_enc.c81 static int sm2_asym_encrypt(void *vpsm2ctx, unsigned char *out, size_t *outlen, in sm2_asym_encrypt() argument
102 static int sm2_asym_decrypt(void *vpsm2ctx, unsigned char *out, size_t *outlen, in sm2_asym_decrypt() argument
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dblake2b_prov.c98 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen) in ossl_blake2b_param_set_digest_length() argument
H A Dblake2s_prov.c92 void ossl_blake2s_param_set_digest_length(BLAKE2S_PARAM *P, uint8_t outlen) in ossl_blake2s_param_set_digest_length() argument
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Dkdf_exch.c94 kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen, size_t outlen) kdf_derive() argument
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dblake2.h51 size_t outlen; member
76 size_t outlen; member
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dgmac_prov.c131 int outlen; in gmac_update() local
/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/fuzz/
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
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dec_ctrl.c147 int EVP_PKEY_CTX_set_ecdh_kdf_outlen(EVP_PKEY_CTX *ctx, int outlen) in EVP_PKEY_CTX_set_ecdh_kdf_outlen() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_pwri.c189 static int kek_unwrap_key(unsigned char *out, size_t *outlen, in kek_unwrap_key() argument
244 static int kek_wrap_key(unsigned char *out, size_t *outlen, in kek_wrap_key() argument
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_pbm.c128 OSSL_CRMF_pbm_new(OSSL_LIB_CTX *libctx, const char *propq, const OSSL_CRMF_PBMPARAMETER *pbmp, const unsigned char *msg, size_t msglen, const unsigned char *sec, size_t seclen, unsigned char **out, size_t *outlen) OSSL_CRMF_pbm_new() argument
/third_party/openssl/test/
H A Drecordlentest.c46 size_t outlen; in write_record() local
/third_party/openssl/crypto/cms/
H A Dcms_pwri.c189 static int kek_unwrap_key(unsigned char *out, size_t *outlen, in kek_unwrap_key() argument
244 static int kek_wrap_key(unsigned char *out, size_t *outlen, in kek_wrap_key() argument

Completed in 13 milliseconds

1234567891011