Home
last modified time | relevance | path

Searched refs:out_key (Results 1 – 19 of 19) sorted by relevance

/external/boringssl/src/crypto/evp/
Dpbkdf.c67 const EVP_MD *digest, size_t key_len, uint8_t *out_key) { in PKCS5_PBKDF2_HMAC() argument
100 OPENSSL_memcpy(out_key, digest_tmp, todo); in PKCS5_PBKDF2_HMAC()
109 out_key[k] ^= digest_tmp[k]; in PKCS5_PBKDF2_HMAC()
114 out_key += todo; in PKCS5_PBKDF2_HMAC()
143 uint8_t *out_key) { in PKCS5_PBKDF2_HMAC_SHA1() argument
145 EVP_sha1(), key_len, out_key); in PKCS5_PBKDF2_HMAC_SHA1()
Dscrypt.c148 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt() argument
204 EVP_sha256(), key_len, out_key)) { in EVP_PBE_scrypt()
/external/boringssl/src/crypto/hkdf/
Dhkdf.c26 int HKDF(uint8_t *out_key, size_t out_len, const EVP_MD *digest, in HKDF() argument
35 !HKDF_expand(out_key, out_len, digest, prk, prk_len, info, info_len)) { in HKDF()
42 int HKDF_extract(uint8_t *out_key, size_t *out_len, const EVP_MD *digest, in HKDF_extract() argument
50 if (HMAC(digest, salt, salt_len, secret, secret_len, out_key, &len) == NULL) { in HKDF_extract()
59 int HKDF_expand(uint8_t *out_key, size_t out_len, const EVP_MD *digest, in HKDF_expand() argument
100 OPENSSL_memcpy(out_key + done, previous, todo); in HKDF_expand()
/external/boringssl/src/include/openssl/
Dhkdf.h35 OPENSSL_EXPORT int HKDF(uint8_t *out_key, size_t out_len, const EVP_MD *digest,
44 OPENSSL_EXPORT int HKDF_extract(uint8_t *out_key, size_t *out_len,
52 OPENSSL_EXPORT int HKDF_expand(uint8_t *out_key, size_t out_len,
Dec_key.h292 OPENSSL_EXPORT EC_KEY *d2i_ECPrivateKey(EC_KEY **out_key, const uint8_t **inp,
311 OPENSSL_EXPORT EC_KEY *d2i_ECParameters(EC_KEY **out_key, const uint8_t **inp,
328 OPENSSL_EXPORT EC_KEY *o2i_ECPublicKey(EC_KEY **out_key, const uint8_t **inp,
Devp.h447 size_t key_len, uint8_t *out_key);
455 uint8_t *out_key);
476 size_t max_mem, uint8_t *out_key,
Dcurve25519.h179 OPENSSL_EXPORT int SPAKE2_process_msg(SPAKE2_CTX *ctx, uint8_t *out_key,
Dpkcs8.h125 OPENSSL_EXPORT int PKCS12_get_key_and_certs(EVP_PKEY **out_key,
Dssl.h4072 OPENSSL_EXPORT int SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key);
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_ops.cc30 Status GenerateKey(Tensor seed, random::PhiloxRandom::Key* out_key, in GenerateKey() argument
50 (*out_key)[0] = 0x3ec8f720; in GenerateKey()
51 (*out_key)[1] = 0x02461e29; in GenerateKey()
56 const auto mix = random::PhiloxRandom(*out_counter, *out_key)(); in GenerateKey()
57 (*out_key)[0] = mix[0]; in GenerateKey()
58 (*out_key)[1] = mix[1]; in GenerateKey()
Dstateless_random_ops.h29 Status GenerateKey(Tensor seed_t, random::PhiloxRandom::Key* out_key,
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c246 EVP_PKEY **out_key; member
398 if (*ctx->out_key) { in PKCS12_handle_safe_bag()
415 *ctx->out_key = pkey; in PKCS12_handle_safe_bag()
595 int PKCS12_get_key_and_certs(EVP_PKEY **out_key, STACK_OF(X509) *out_certs, in PKCS12_get_key_and_certs() argument
610 *out_key = NULL; in PKCS12_get_key_and_certs()
663 ctx.out_key = out_key; in PKCS12_get_key_and_certs()
730 EVP_PKEY_free(*out_key); in PKCS12_get_key_and_certs()
731 *out_key = NULL; in PKCS12_get_key_and_certs()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c457 EC_KEY *d2i_ECParameters(EC_KEY **out_key, const uint8_t **inp, long len) { in d2i_ECParameters() argument
477 if (out_key != NULL) { in d2i_ECParameters()
478 EC_KEY_free(*out_key); in d2i_ECParameters()
479 *out_key = ret; in d2i_ECParameters()
/external/boringssl/src/crypto/curve25519/
Dspake25519.c475 int SPAKE2_process_msg(SPAKE2_CTX *ctx, uint8_t *out_key, size_t *out_key_len, in SPAKE2_process_msg() argument
534 OPENSSL_memcpy(out_key, key, to_copy); in SPAKE2_process_msg()
/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c68 const char** out_key, in table_key() argument
76 *out_key = RSTRING_PTR(key); in table_key()
86 *out_key = buf; in table_key()
/external/toolchain-utils/cros_utils/
Dperf_diff.py32 out_key = '%s' % (function.name)
33 output[k][out_key] = function.count
/external/boringssl/src/crypto/fipsmodule/modes/
Dinternal.h197 u128 *out_key, u128 out_table[16], int *out_is_avx,
Dgcm.c280 u128 *out_key, u128 out_table[16], int *out_is_avx, in CRYPTO_ghash_init() argument
295 OPENSSL_memcpy(out_key, H.c, 16); in CRYPTO_ghash_init()
/external/boringssl/src/ssl/
Dssl_lib.cc2358 int SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key) { return 0; } in SSL_get_server_tmp_key() argument