/external/boringssl/src/crypto/hkdf/ |
hkdf.c | 64 !HMAC_Update(&hmac, previous, digest_len))) { 67 if (!HMAC_Update(&hmac, info, info_len) || 68 !HMAC_Update(&hmac, &ctr, 1) ||
|
/external/srtp/crypto/hash/ |
hmac.c | 158 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets) { function 181 hmac_update(state, (const uint8_t*)message, msg_octets); 186 * function hmac_update() already did that for us 260 (auth_update_func) hmac_update,
|
/system/keymaster/ |
integrity_assured_key_blob.cpp | 69 if (!HMAC_Update(&ctx, serialized_data, serialized_data_size) || 70 !HMAC_Update(&ctx, hidden_bytes.get(), hidden_bytes_size) || //
|
hmac_operation.cpp | 153 if (!HMAC_Update(&ctx_, input.peek_read(), input.available_read()))
|
/external/srtp/crypto/include/ |
hmac.h | 71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
|
/external/boringssl/src/crypto/evp/ |
pbkdf.c | 96 if (!HMAC_Update(&hctx, salt, salt_len) || 97 !HMAC_Update(&hctx, itmp, 4) || 110 if (!HMAC_Update(&hctx, digest_tmp, mdlen) ||
|
p_hmac.c | 148 HMAC_Update(&hctx->ctx, data, count); 152 /* |mctx| gets repurposed as a hook to call |HMAC_Update|. Suppress the
|
/external/boringssl/src/crypto/hmac/ |
hmac_test.cc | 123 !HMAC_Update(ctx.get(), bssl::vector_data(&input), input.size()) || 133 !HMAC_Update(ctx.get(), bssl::vector_data(&input), input.size()) || 147 if (!HMAC_Update(ctx.get(), &input[i], 1)) {
|
hmac.c | 80 !HMAC_Update(&ctx, data, data_len) || 167 int HMAC_Update(HMAC_CTX *ctx, const uint8_t *data, size_t data_len) {
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
FwdLockFile.c | 391 HMAC_Update(&pSession->signingContext, pData->buffer, (size_t)numBytesRead); 419 HMAC_Update(&pSession->signingContext, pSession->topHeader, TOP_HEADER_SIZE); 420 HMAC_Update(&pSession->signingContext, (unsigned char *)pSession->pContentType, 422 HMAC_Update(&pSession->signingContext, pSession->pEncryptedSessionKey, 424 HMAC_Update(&pSession->signingContext, pSession->dataSignature, SHA1_HASH_SIZE);
|
/external/boringssl/src/crypto/cipher/ |
e_tls.c | 152 !HMAC_Update(&hmac_ctx, ad, ad_len) || 153 !HMAC_Update(&hmac_ctx, ad_extra, sizeof(ad_extra)) || 154 !HMAC_Update(&hmac_ctx, in, in_len) || 331 !HMAC_Update(&hmac_ctx, ad_fixed, ad_len) || 332 !HMAC_Update(&hmac_ctx, out, data_len) ||
|
/external/boringssl/src/ssl/ |
t1_enc.c | 173 (seed1_len && !HMAC_Update(&ctx, seed1, seed1_len)) || 174 (seed2_len && !HMAC_Update(&ctx, seed2, seed2_len)) || 175 (seed3_len && !HMAC_Update(&ctx, seed3, seed3_len)) || 183 !HMAC_Update(&ctx, A1, A1_len) || 185 (seed1_len && !HMAC_Update(&ctx, seed1, seed1_len)) || 186 (seed2_len && !HMAC_Update(&ctx, seed2, seed2_len)) || 187 (seed3_len && !HMAC_Update(&ctx, seed3, seed3_len))) {
|
t1_lib.c | [all...] |
s3_srvr.c | [all...] |
/external/srtp/crypto/ae_xfm/ |
xfm.c | 85 status = hmac_update(&hmac_ctx, clear, clear_len); 161 status = hmac_update(&hmac_ctx, clear, clear_len); 268 status = hmac_update(&hmac_ctx, clear, clear_len); 366 status = hmac_update(&hmac_ctx, clear, clear_len);
|
/external/boringssl/src/include/openssl/ |
hmac.h | 108 /* HMAC_Update hashes |data_len| bytes from |data| into the current HMAC 110 OPENSSL_EXPORT int HMAC_Update(HMAC_CTX *ctx, const uint8_t *data,
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.c | [all...] |
/external/ipsec-tools/src/racoon/ |
crypto_openssl.c | [all...] |
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 715 HMAC_Update(&ctx->ctx, data, len); 769 HMAC_Update(&ctx, addr[i], len[i]);
|
/prebuilts/qemu-kernel/arm/2.6/ |
vmlinux-qemu | |
vmlinux-qemu-armv7 | |