Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/test/
HDtls-provider.c73 static OSSL_FUNC_keyexch_init_fn xor_init; variable
87 static OSSL_FUNC_kem_encapsulate_init_fn xor_init; variable
89 static OSSL_FUNC_kem_decapsulate_init_fn xor_init; variable
248 static int xor_init(void *vpxorctx, void *vkey, in xor_init() function
312 { OSSL_FUNC_KEYEXCH_INIT, (void (*)(void))xor_init },
378 || !xor_init(derivectx, ourkey, NULL) in xor_encapsulate()
425 || !xor_init(derivectx, pxorctx->key, NULL) in xor_decapsulate()
442 { OSSL_FUNC_KEM_ENCAPSULATE_INIT, (void (*)(void))xor_init },
444 { OSSL_FUNC_KEM_DECAPSULATE_INIT, (void (*)(void))xor_init },
/freebsd-14-stable/sys/dev/hptmv/
HDraid5n.h61 #define xor_init(arg) 0 macro