Searched refs:cipher_update (Results 1 – 2 of 2) sorted by relevance
1186 cipher_update(cipher_context_t *ctx, void *in, size_t inlen) in cipher_update() function1248 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()
343 OSSL_CORE_MAKE_FUNC(int, cipher_update,