Searched defs:pubkey_ctx (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Docsp.c641 uint8_t pubkey_ctx[ pubkey->ctxsize ]; local
651 if ( ( rc = pubkey_init ( pubkey, pubkey_ctx, public_key->raw.data,
659 if ( ( rc = pubkey_verify ( pubkey, pubkey_ctx, digest, digest_out,
671 pubkey_final ( pubkey, pubkey_ctx );
H A Dx509.c1096 uint8_t pubkey_ctx[ pubkey->ctxsize ]; local
1120 if ( ( rc = pubkey_init ( pubkey, pubkey_ctx, public_key->raw.data,
1126 if ( ( rc = pubkey_verify ( pubkey, pubkey_ctx, digest, digest_out,
1138 pubkey_final ( pubkey, pubkey_ctx );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtls.h132 void *pubkey_ctx; member in struct:tls_cipherspec

Completed in 148 milliseconds