Searched defs:pubkey_ctx (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
H A D | ocsp.c | 641 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 D | x509.c | 1096 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 D | tls.h | 132 void *pubkey_ctx; member in struct:tls_cipherspec
|
Completed in 69 milliseconds