Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _goboringcrypto_ECDH_compute_key_fips (0.32 sec)

  1. src/crypto/internal/boring/goboringcrypto.h

    const GO_EC_POINT* _goboringcrypto_EC_KEY_get0_public_key(const GO_EC_KEY*);
    // TODO: EC_KEY_check_fips?
    
    // #include <openssl/ecdh.h>
    int _goboringcrypto_ECDH_compute_key_fips(uint8_t*, size_t, const GO_EC_POINT*, const GO_EC_KEY*);
    
    // #include <openssl/ecdsa.h>
    typedef struct GO_ECDSA_SIG { char data[16]; } GO_ECDSA_SIG;
    GO_ECDSA_SIG* _goboringcrypto_ECDSA_SIG_new(void);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top