|
OpenSSL ECC Engine
1.0
OpenSSL Engine implementation using ATECC508 for ECC key storage and ECDSA, ECDH, and RNG.
|
Implementation of OpenSSL ENGINE callback functions for RSA. For details see crypto/rsa/rsa_eay.c. More...
#include <stdio.h>#include <crypto/cryptlib.h>#include <openssl/err.h>#include <openssl/bn.h>#include <openssl/rsa.h>#include <openssl/rand.h>#include <stdint.h>#include <assert.h>#include <openssl/engine.h>#include "ecc_meth.h"Functions | |
| const RSA_METHOD * | ECCX08_RSA_meth (void) |
| Returns a pointer to eccx08 RSA method implementation. More... | |
Implementation of OpenSSL ENGINE callback functions for RSA. For details see crypto/rsa/rsa_eay.c.
Copyright (c) 2015 Atmel Corporation. All rights reserved.
| const RSA_METHOD* ECCX08_RSA_meth | ( | void | ) |
Returns a pointer to eccx08 RSA method implementation.
1.8.10