| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | ec_ctrl.c | 147 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 D | cms_pwri.c | 189 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 D | crmf_pbm.c | 128 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 D | recordlentest.c | 46 size_t outlen; in write_record() local
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_pwri.c | 189 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 D | ec_ctrl.c | 147 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 D | siphash.c | 197 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() argument
|
| /third_party/openssl/providers/implementations/macs/ |
| H A D | gmac_prov.c | 131 int outlen; in gmac_update() local
|
| /third_party/openssl/providers/implementations/include/prov/ |
| H A D | blake2.h | 51 size_t outlen; member 76 size_t outlen; member
|
| /third_party/openssl/providers/implementations/asymciphers/ |
| H A D | sm2_enc.c | 81 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 D | fuzz_rand.c | 57 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 D | blake2b_prov.c | 98 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen) in ossl_blake2b_param_set_digest_length() argument
|
| H A D | blake2s_prov.c | 92 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 D | kdf_exch.c | 94 kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen, size_t outlen) kdf_derive() argument
|
| /third_party/openssl/crypto/crmf/ |
| H A D | crmf_pbm.c | 128 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 D | blake2b-ref.c | 198 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 D | blake2s-ref.c | 191 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 D | pkcs1.c | 18 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 D | rsa.c | 265 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 D | pkcs1.c | 18 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 D | rsa.c | 256 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 D | sim_utils.cpp | 44 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 D | nuv.c | 238 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 D | digest_sspi.c | 393 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 D | version.c | 126 size_t outlen; in curl_version() local
|