Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Decx_exch.c67 static int ecx_init(void *vecxctx, void *vkey, in ecx_init() argument
71 ECX_KEY *key = vkey; in ecx_init()
90 static int ecx_set_peer(void *vecxctx, void *vkey) in ecx_set_peer() argument
93 ECX_KEY *key = vkey; in ecx_set_peer()
/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c96 static int mac_digest_sign_init(void *vpmacctx, const char *mdname, void *vkey, in mac_digest_sign_init() argument
106 if (pmacctx->key == NULL && vkey == NULL) { in mac_digest_sign_init()
111 if (vkey != NULL) { in mac_digest_sign_init()
112 if (!ossl_mac_key_up_ref(vkey)) in mac_digest_sign_init()
115 pmacctx->key = vkey; in mac_digest_sign_init()
/openssl/providers/implementations/asymciphers/
H A Dsm2_enc.c59 static int sm2_init(void *vpsm2ctx, void *vkey, const OSSL_PARAM params[]) in sm2_init() argument
63 if (psm2ctx == NULL || vkey == NULL || !EC_KEY_up_ref(vkey)) in sm2_init()
66 psm2ctx->key = vkey; in sm2_init()
/openssl/crypto/sm4/asm/
H A Dvpsm4-armv8.pl584 my ($vkey,$vfk,$vmap)=("v5","v6","v7");
590 ld1 {$vkey.4s},[$key]
593 &rev32($vkey,$vkey);
599 eor $vkey.16b,$vkey.16b,$vfk.16b
606 mov $wtmp,$vkey.s[1]
609 mov $wtmp,$vkey.s[2]
611 mov $wtmp,$vkey.s[3]
625 mov $wtmp,$vkey.s[0]
627 mov $vkey.s[0],$roundkey
634 tbl $vkey.16b,{$vkey.16b},$vmap.16b
H A Dvpsm4_ex-armv8.pl575 my ($vkey,$vfk,$vmap)=("v5","v6","v7");
581 ld1 {$vkey.4s},[$key]
584 &rev32($vkey,$vkey);
590 eor $vkey.16b,$vkey.16b,$vfk.16b
597 mov $wtmp,$vkey.s[1]
600 mov $wtmp,$vkey.s[2]
602 mov $wtmp,$vkey.s[3]
618 mov $wtmp,$vkey.s[0]
620 mov $vkey.s[0],$roundkey
627 tbl $vkey.16b,{$vkey.16b},$vmap.16b
/openssl/test/
H A Dtls-provider.c477 static int xor_init(void *vpxorctx, void *vkey, in xor_init() argument
482 if (pxorctx == NULL || vkey == NULL) in xor_init()
484 pxorctx->key = vkey; in xor_init()
738 static int xor_has(const void *vkey, int selection) in xor_has() argument
740 const XORKEY *key = vkey; in xor_has()
789 static ossl_inline int xor_get_params(void *vkey, OSSL_PARAM params[]) in xor_get_params() argument
791 XORKEY *key = vkey; in xor_get_params()
826 static int xor_set_params(void *vkey, const OSSL_PARAM params[]) in xor_set_params() argument
828 XORKEY *key = vkey; in xor_set_params()
1001 XORKEY *key = vkey; in xor_import()
[all …]

Completed in 34 milliseconds