Home
last modified time | relevance | path

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

/openssl/test/
H A Dtls-provider.c106 static OSSL_FUNC_keyexch_init_fn xor_init; variable
120 static OSSL_FUNC_kem_encapsulate_init_fn xor_init; variable
122 static OSSL_FUNC_kem_decapsulate_init_fn xor_init; variable
477 static int xor_init(void *vpxorctx, void *vkey, in xor_init() function
541 { OSSL_FUNC_KEYEXCH_INIT, (void (*)(void))xor_init },
607 || !xor_init(derivectx, ourkey, NULL) in xor_encapsulate()
654 || !xor_init(derivectx, pxorctx->key, NULL) in xor_decapsulate()
671 { OSSL_FUNC_KEM_ENCAPSULATE_INIT, (void (*)(void))xor_init },
673 { OSSL_FUNC_KEM_DECAPSULATE_INIT, (void (*)(void))xor_init },

Completed in 29 milliseconds