Home
last modified time | relevance | path

Searched refs:cipher_update (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_digestmd5.c1186 cipher_update(cipher_context_t *ctx, void *in, size_t inlen) in cipher_update() function
1248 if ((tmplen = cipher_update(ctx->cph_ctx, p + 4, in encode_buffer()
1313 if ((tmplen = cipher_update(ctx->cph_ctx, p + 4, len - 6)) == -1) { in decode_buffer()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h343 OSSL_CORE_MAKE_FUNC(int, cipher_update,