Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c80 static ossl_inline int aes_generic_ocb_cipher(PROV_AES_OCB_CTX *ctx, in aes_generic_ocb_cipher() function
256 fn = aes_generic_ocb_cipher; in aes_ocb_block_update()
280 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
519 if (!aes_generic_ocb_cipher(ctx, in, out, inl)) { in aes_ocb_cipher()

Completed in 6 milliseconds