Searched refs:xor_init (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | tls-provider.c | 73 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() 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 }, 242 static int xor_init(void *vpxorctx, void *vkey, xor_init() function
|
/freebsd/sys/dev/hptmv/ |
H A D | raid5n.h | 61 #define xor_init(arg) 0 macro
|