Home
last modified time | relevance | path

Searched refs:Is_Init (Results 1 – 4 of 4) sorted by relevance

/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/src/
H A Dcrypto-asymmetric-ecdsa.adb35 function Is_Init(Key : ECDSA_P_KEY) return Boolean is subprogram
41 end Is_Init; Pragma Inline (Is_Init);
46 function Is_Init(Key : ECDSA_S_KEY) return Boolean is subprogram
52 end Is_Init; Pragma Inline (Is_Init);
128 if Is_Init(ECDSA_S_Key(Private_Key)) and
129 Is_Init(ECDSA_P_Key(Public_Key)) then
143 if Is_Init(ECDSA_P_Key(Public_Key)) then
157 if Is_Init(ECDSA_P_KEY(Public_Key)) = False or
158 Is_Init(ECDSA_S_KEY(Private_Key)) = False then
H A Dcrypto-asymmetric-ecdh.adb31 function Is_Init(Key : ECDH_P_KEY) return Boolean is subprogram
37 end Is_Init; Pragma Inline (Is_Init);
H A Dcrypto-asymmetric-dsa.adb39 function Is_Init(Key : DSA_KEY) return Boolean is subprogram
46 end Is_Init; Pragma Inline (Is_Init);
335 if Is_Init(DSA_Key(Private_Key)) then
348 if Is_Init(DSA_Key(Public_Key)) then
H A Dcrypto-asymmetric-ecdh.ads85 function Is_Init(Key : ECDH_P_KEY) return Boolean; subprogspec