Searched refs:sm4_xts_cipher (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4_xts.c | 27 static OSSL_FUNC_cipher_cipher_fn sm4_xts_cipher; variable 121 static int sm4_xts_cipher(void *vctx, unsigned char *out, size_t *outl, in sm4_xts_cipher() function 175 if (!sm4_xts_cipher(ctx, out, outl, outsize, in, inl)) { in sm4_xts_stream_update() 263 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))sm4_xts_cipher }, \
|
Completed in 5 milliseconds