Home
last modified time | relevance | path

Searched defs:outlen (Results 76 - 100 of 274) sorted by relevance

1234567891011

/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
/third_party/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/openssl/crypto/siphash/
H A Dsiphash.c197 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() argument
/third_party/openssl/providers/implementations/macs/
H A Dgmac_prov.c131 int outlen; in gmac_update() local
/third_party/openssl/providers/implementations/include/prov/
H A Dblake2.h51 size_t outlen; member
76 size_t outlen; member
/third_party/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/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/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/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/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/python/Modules/_blake2/impl/
H A Dblake2b-ref.c198 int blake2b_init_key( blake2b_state *S, size_t outlen, cons argument
351 blake2b( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) blake2b() argument
[all...]
H A Dblake2s-ref.c191 int blake2s_init_key( blake2s_state *S, size_t outlen, cons argument
341 blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) blake2s() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dpkcs1.c18 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) pkcs1_generate_encryption_block() argument
81 pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, int use_private, const u8 *in, size_t inlen, u8 *out, size_t *outlen) pkcs1_encrypt() argument
97 pkcs1_v15_private_key_decrypt(struct crypto_rsa_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) pkcs1_v15_private_key_decrypt() argument
[all...]
H A Drsa.c265 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, in crypto_rsa_exptmod() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dpkcs1.c18 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) pkcs1_generate_encryption_block() argument
81 pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, int use_private, const u8 *in, size_t inlen, u8 *out, size_t *outlen) pkcs1_encrypt() argument
97 pkcs1_v15_private_key_decrypt(struct crypto_rsa_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) pkcs1_v15_private_key_decrypt() argument
[all...]
H A Drsa.c256 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, in crypto_rsa_exptmod() argument
/base/telephony/core_service/services/sim/src/
H A Dsim_utils.cpp44 int outlen = sz / HALF_LEN; in HexStringConvertToBytes() local
202 int outlen = 0; in DiallingNumberStringFieldConvertToString() local
254 int outlen in UcsConvertToString() local
293 int outlen = 0; UcsWideConvertToString() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dnuv.c238 int outlen = c->decomp_size - FFMAX(AV_INPUT_BUFFER_PADDING_SIZE, AV_LZO_OUTPUT_PADDING); in decode_frame() local
/third_party/curl/lib/vauth/
H A Ddigest_sspi.c393 Curl_auth_create_digest_http_message(struct Curl_easy *data, const char *userp, const char *passwdp, const unsigned char *request, const unsigned char *uripath, struct digestdata *digest, char **outptr, size_t *outlen) Curl_auth_create_digest_http_message() argument
/third_party/curl/lib/
H A Dversion.c126 size_t outlen; in curl_version() local

Completed in 13 milliseconds

1234567891011