Searched defs:xor_init (Results 1 – 2 of 2) sorted by relevance
73 static OSSL_FUNC_keyexch_init_fn xor_init; variable87 static OSSL_FUNC_kem_encapsulate_init_fn xor_init; variable89 static OSSL_FUNC_kem_decapsulate_init_fn xor_init; variable248 static int xor_init(void *vpxorctx, void *vkey, in xor_init() function
61 #define xor_init(arg) 0 macro