Searched refs:EVP_DecodeUpdate (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/base64/ |
D | base64_test.cc | 226 int ret = EVP_DecodeUpdate(&ctx, out, &out_len, in TEST_P() 271 int ret = EVP_DecodeUpdate( in TEST_P()
|
D | base64.c | 328 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len, in EVP_DecodeUpdate() function
|
/external/boringssl/src/include/openssl/ |
D | base64.h | 149 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out,
|
/external/boringssl/src/decrepit/bio/ |
D | base64_bio.c | 217 k = EVP_DecodeUpdate(&(ctx->base64), (uint8_t *)ctx->buf, &num, p, in b64_read() 288 i = EVP_DecodeUpdate(&(ctx->base64), (uint8_t *)ctx->buf, in b64_read()
|
/external/boringssl/src/crypto/pem/ |
D | pem_lib.c | 735 i = EVP_DecodeUpdate(&ctx, in PEM_read_bio()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 606 EVP_DecodeUpdate
|
D | BoringSSL-GRPC.podspec | 2158 '#define EVP_DecodeUpdate GRPC_SHADOW_EVP_DecodeUpdate',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 634 #define EVP_DecodeUpdate GRPC_SHADOW_EVP_DecodeUpdate macro
|