Home
last modified time | relevance | path

Searched defs:pout (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdh_ossl.c49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key() argument
H A Dec_kmeth.c298 EC_KEY_METHOD_get_compute_key(const EC_KEY_METHOD *meth, int (**pck)(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_get_compute_key() argument
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Dprov_seed.c15 ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len) ossl_rand_get_entropy() argument
47 ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, size_t min_len, size_t max_len, const void *salt, size_t salt_len) ossl_rand_get_nonce() argument
/third_party/openssl/crypto/ec/
H A Decdh_ossl.c49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key() argument
H A Dec_kmeth.c298 EC_KEY_METHOD_get_compute_key(const EC_KEY_METHOD *meth, int (**pck)(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_get_compute_key() argument
/third_party/openssl/crypto/rand/
H A Dprov_seed.c15 ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len) ossl_rand_get_entropy() argument
47 ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, size_t min_len, size_t max_len, const void *salt, size_t salt_len) ossl_rand_get_nonce() argument
/third_party/node/deps/openssl/openssl/providers/common/
H A Dprovider_seeding.c47 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_entropy() argument
63 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_nonce() argument
/third_party/openssl/providers/common/
H A Dprovider_seeding.c47 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_entropy() argument
63 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_nonce() argument
/third_party/ffmpeg/libavcodec/ppc/
H A Dfft_init.c59 vec_f *pout = (vec_f*)(output+n4); in imdct_half_altivec() local
/third_party/ffmpeg/libavdevice/
H A Dfbdev_dec.c156 uint8_t *pin, *pout; in fbdev_read_packet() local
H A Dfbdev_enc.c104 uint8_t *pout; in fbdev_write_packet() local
/third_party/ffmpeg/libavfilter/
H A Dvf_alphamerge.c65 uint8_t *pin, *pout; in do_alphamerge() local
/third_party/popt/src/
H A Dpoptint.c90 char * pout = dstr; in strdup_locale_from_utf8() local
/third_party/libsnd/src/ALAC/
H A Ddp_dec.c61 int32_t * pout ; in unpc_block() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Dseed_src.c177 static size_t seed_get_seed(void *vseed, unsigned char **pout, in seed_get_seed() argument
H A Dcrngt.c102 ossl_crngt_get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) ossl_crngt_get_entropy() argument
H A Dtest_rng.c230 static size_t test_rng_get_seed(void *vtest, unsigned char **pout, in test_rng_get_seed() argument
H A Ddrbg.c144 size_t ossl_drbg_get_seed(void *vdrbg, unsigned char **pout, in ossl_drbg_get_seed() argument
194 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() argument
312 static size_t prov_drbg_get_nonce(PROV_DRBG *drbg, unsigned char **pout, in prov_drbg_get_nonce() argument
/third_party/openssl/providers/implementations/rands/
H A Dcrngt.c102 ossl_crngt_get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) ossl_crngt_get_entropy() argument
H A Dtest_rng.c230 static size_t test_rng_get_seed(void *vtest, unsigned char **pout, in test_rng_get_seed() argument
H A Dseed_src.c177 static size_t seed_get_seed(void *vseed, unsigned char **pout, in seed_get_seed() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_mips32.c198 int16_t* pout = &out[0]; in QuantizeBlock_MIPS32() local
H A Dlossless_enc_mips32.c356 for (i = end; i < size; ++i) pout[i] = pa[i] + pb[i]; in AddVector_MIPS32() local
359 static void AddVectorEq_MIPS32(const uint32_t* pa, uint32_t* pout, int size) { in AddVectorEq_MIPS32() argument
367 for (i = end; i < size; ++i) pout[i] += pa[i]; in AddVectorEq_MIPS32() local
347 AddVector_MIPS32(const uint32_t* pa, const uint32_t* pb, uint32_t* pout, int size) AddVector_MIPS32() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_kari.c210 static int cms_kek_cipher(unsigned char **pout, size_t *poutlen, in cms_kek_cipher() argument
/third_party/openssl/crypto/cms/
H A Dcms_kari.c210 static int cms_kek_cipher(unsigned char **pout, size_t *poutlen, in cms_kek_cipher() argument

Completed in 14 milliseconds

12